home *** CD-ROM | disk | FTP | other *** search
/ Mastering Developer 2000 / Mastering Developer 2000.iso / dev2000.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.9 KB  |  91 lines

  1. object AboutBox: TAboutBox
  2.   Left = 234
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 196
  7.   ClientWidth = 284
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 265
  23.     Height = 145
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 16
  30.       Top = 16
  31.       Width = 32
  32.       Height = 32
  33.       AutoSize = True
  34.       Center = True
  35.       Picture.Data = {<image000.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 56
  41.       Top = 16
  42.       Width = 184
  43.       Height = 13
  44.       Caption = 'MASTERING DEVELOPER 2000'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Version: TLabel
  54.       Left = 88
  55.       Top = 32
  56.       Width = 165
  57.       Height = 13
  58.       Caption = 'FOR BEGINNER - FORM DESIGN'
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 8
  63.       Top = 72
  64.       Width = 192
  65.       Height = 13
  66.       Caption = 'Copyright 1999, BDG PUBLISHING INC.'
  67.       IsControl = True
  68.     end
  69.     object INTERNET: TLabel
  70.       Left = 8
  71.       Top = 96
  72.       Width = 153
  73.       Height = 41
  74.       AutoSize = False
  75.       Caption = 'Internet : Http://www.coomedia.com/ Telephone: 510-783.8888'
  76.       WordWrap = True
  77.       IsControl = True
  78.     end
  79.   end
  80.   object OKButton: TButton
  81.     Left = 111
  82.     Top = 164
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.   end
  90. end
  91.